Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_cntrl
ctype_cntrl
Check control characters
Name:
ctype_cntrl
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check control characters
Related
Use date_sunset() to get the exact sunset time in daylight saving time
6
array_diff_key() actual application in filtering user input
1
Use generator to optimize the processing process of large mysqli_result
6
Create an image with a transparent background
4
Similar Functions
ctype_lower
ctype_lower
Checklowercasecharac
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_space
ctype_space
Checkspacecharacters
ctype_print
ctype_print
Checkprintablecharac
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_digit
ctype_digit
Checknumericcharacte
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
Popular Articles